home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / lib.fmt / c / sigsetmask.man < prev    next >
Encoding:
Text File  |  1989-06-15  |  1.0 KB  |  67 lines

  1.  
  2.  
  3.  
  4. SIGSETMASK            C Library Procedures             SIGSETMASK
  5.  
  6.  
  7.  
  8. NNAAMMEE
  9.      sigsetmask - set current signal mask
  10.  
  11. SSYYNNOOPPSSIISS
  12.      ##iinncclluuddee <<ssiiggnnaall..hh>>
  13.  
  14.      ssiiggsseettmmaasskk((mmaasskk));;
  15.      iinntt mmaasskk;;
  16.  
  17.      mmaasskk == ssiiggmmaasskk((ssiiggnnuumm))
  18.  
  19. DDEESSCCRRIIPPTTIIOONN
  20.      _S_i_g_s_e_t_m_a_s_k sets the current signal mask (those signals that
  21.      are blocked from delivery).  Signals are blocked if the
  22.      corresponding bit in _m_a_s_k is a 1; the macro _s_i_g_m_a_s_k is pro-
  23.      vided to construct the mask for a given _s_i_g_n_u_m.
  24.  
  25.      The system quietly disallows SIGKILL, SIGSTOP, or SIGCONT to
  26.      be blocked.
  27.  
  28. RREETTUURRNN VVAALLUUEE
  29.      The previous set of masked signals is returned.
  30.  
  31. SSEEEE AALLSSOO
  32.      kill(2), sigvec(2), sigblock(2), sigpause(2)
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Sprite v1.0               May 14, 1986                          1
  64.  
  65.  
  66.  
  67.